home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-03 | 1.5 KB | 54 lines | [TEXT/MPS ] |
- #
- # File: Build Setup
- #
- # Contains: Information on how to setup the build process for the DLPI
- #
- # Written by:
- #
- # Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
- #
- # Change History (most recent first):
- #
- #
-
- #
- # In order to build the sample ATM PCI DLPI, a few things need
- # to be setup. You will need the Open Transport developer disk.
- # Once the OT Developer Files Folder is copied to your local hard
- # set the path as shown below:
- #
-
- Set OTDevTools 'Your Hard Disk:Open Transport SDK:'
- export OTDevTools
-
-
- # The next MPW variable must point to the Universal headers. This is a
- # special version of the headers that accompanied this dlpi sample code.
-
- set DriverHeaders "Your Hard Disk:Headers:"
- export DriverHeaders
-
-
- # The next MPW variable that must be setup is a path to the Driver Libraries.
- # This folder contains PCILib, NameRegistryLib, and DriverServicesLib
-
- set DriverLibraries "Your Hard Disk:TheLibraries:"
- export DriverLibraries
-
- # The last MPW variable that must be setup is a path to the ATM headers.
-
- set ATMHeaders "Your Hard Disk:TheLibraries:"
- export ATMHeaders
-
- # After everything is setup then set the directory to the MakeFiles directory
- # and just select and execute:
- #
- directory "Your Hard Disk:DLPI Folder Location:MPW Build:MakeFiles:"
-
- buildprogram -e atmdlpiCFM # for PowerPC version, CFM stands for
- # Code Fragment Manager
-
- #
- # The sample dlpi will be in the Built folder, the symbol file can be found in the
- # Objects folder.
- #